hdf5.bindings.enums

hdf5.bindings.enum.d

Idea is to separate out low level API call declarations and enums/callback prototypes. When finished most D code should not need to call the low level API, so better make it easy not to include it unless specifically needed - avoids calling the wrong version by accident.

D Language bindings to the HDF5 Library. (Paired with a set of high-level wrappers) https://github.com/Laeeth/d_hdf5

No restriction on use beyond those applying from HDF5 and the original C API by Stefan Frijters However, if you use them, I would not mind knowing your application and suggestions for improvement if you feel like sharing. laeeth@laeeth.com

More...

Public Imports

core.stdc.stdint
public import core.stdc.stdint;
Undocumented in source.
core.stdc.time
public import core.stdc.time;
Undocumented in source.
core.stdc.stdint
public import core.stdc.stdint;
Undocumented in source.

Members

Aliases

H5A_operator2_t
alias H5A_operator2_t = herr_t function(hid_t location_id, const(char*) attr_name, const H5A_info_t* ainfo, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_gather_func_t
alias H5D_gather_func_t = herr_t function(const(void*) dst_buf, size_t dst_buf_bytes_used, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_operator_t
alias H5D_operator_t = herr_t function(void* elem, hid_t type_id, int ndim, const hsize_t* point, void* operator_data)
H5D_scatter_func_t
alias H5D_scatter_func_t = herr_t function(const(void*)* src_buf, size_t* src_buf_bytes_used, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5I_free_t
alias H5I_free_t = herr_t function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5I_search_func_t
alias H5I_search_func_t = int function(void* obj, hid_t id, void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_copy_func_t
alias H5L_copy_func_t = herr_t function(const(char*) new_name, hid_t new_loc, const(void*) lnkdata, size_t lnkdata_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_create_func_t
alias H5L_create_func_t = herr_t function(const(char*) link_name, hid_t loc_group, const(void*) lnkdata, size_t lnkdata_size, hid_t lcpl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_delete_func_t
alias H5L_delete_func_t = herr_t function(const(char*) link_name, hid_t file, const(void*) lnkdata, size_t lnkdata_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_elink_traverse_t
alias H5L_elink_traverse_t = herr_t function(const(char*) parent_file_name, const(char*) parent_group_name, const(char*) child_file_name, const(char*) child_object_name, uint* acc_flags, hid_t fapl_id, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_iterate_t
alias H5L_iterate_t = herr_t function(hid_t group, const(char*) name, const H5LInfo* info, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_move_func_t
alias H5L_move_func_t = herr_t function(const(char*) new_name, hid_t new_loc, const(void*) lnkdata, size_t lnkdata_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_query_func_t
alias H5L_query_func_t = ssize_t function(const(char*) link_name, const(void*) lnkdata, size_t lnkdata_size, void* buf, size_t buf_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_traverse_func_t
alias H5L_traverse_func_t = herr_t function(const(char*) link_name, hid_t cur_group, const(void*) lnkdata, size_t lnkdata_size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_iterate_t
alias H5O_iterate_t = herr_t function(hid_t obj, const(char*) name, const H5OInfo* info, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_mcdt_search_cb_t
alias H5O_mcdt_search_cb_t = H5O_mcdt_search_ret_t function(void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_msg_crt_idx_t
alias H5O_msg_crt_idx_t = uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_cls_close_func_t
alias H5P_cls_close_func_t = herr_t function(hid_t prop_id, void* close_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_cls_copy_func_t
alias H5P_cls_copy_func_t = herr_t function(hid_t new_prop_id, hid_t old_prop_id, void* copy_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_cls_create_func_t
alias H5P_cls_create_func_t = herr_t function(hid_t prop_id, void* create_data)
H5P_iterate_t
alias H5P_iterate_t = herr_t function(hid_t id, const(char*) name, void* iter_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_cb1_t
alias H5P_prp_cb1_t = herr_t function(const(char*) name, size_t size, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_cb2_t
alias H5P_prp_cb2_t = herr_t function(hid_t prop_id, const(char*) name, size_t size, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_close_func_t
alias H5P_prp_close_func_t = H5P_prp_cb1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_compare_func_t
alias H5P_prp_compare_func_t = int function(const(void*) value1, const(void*) value2, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_copy_func_t
alias H5P_prp_copy_func_t = H5P_prp_cb1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_create_func_t
alias H5P_prp_create_func_t = H5P_prp_cb1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_delete_func_t
alias H5P_prp_delete_func_t = H5P_prp_cb2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_get_func_t
alias H5P_prp_get_func_t = H5P_prp_cb2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_set_func_t
alias H5P_prp_set_func_t = H5P_prp_cb2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_C_S1
alias H5T_C_S1 = H5T_C_S1_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_FORTRAN_S1
alias H5T_FORTRAN_S1 = H5T_FORTRAN_S1_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32BE
alias H5T_IEEE_F32BE = H5T_IEEE_F32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32LE
alias H5T_IEEE_F32LE = H5T_IEEE_F32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64BE
alias H5T_IEEE_F64BE = H5T_IEEE_F64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64LE
alias H5T_IEEE_F64LE = H5T_IEEE_F64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B16
alias H5T_INTEL_B16 = H5T_STD_B16LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B32
alias H5T_INTEL_B32 = H5T_STD_B32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B64
alias H5T_INTEL_B64 = H5T_STD_B64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B8
alias H5T_INTEL_B8 = H5T_STD_B8LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_F32
alias H5T_INTEL_F32 = H5T_IEEE_F32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_F64
alias H5T_INTEL_F64 = H5T_IEEE_F64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I16
alias H5T_INTEL_I16 = H5T_STD_I16LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I32
alias H5T_INTEL_I32 = H5T_STD_I32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I64
alias H5T_INTEL_I64 = H5T_STD_I64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I8
alias H5T_INTEL_I8 = H5T_STD_I8LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U16
alias H5T_INTEL_U16 = H5T_STD_U16LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U32
alias H5T_INTEL_U32 = H5T_STD_U32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U64
alias H5T_INTEL_U64 = H5T_STD_U64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U8
alias H5T_INTEL_U8 = H5T_STD_U8LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B16
alias H5T_NATIVE_B16 = H5T_NATIVE_B16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B32
alias H5T_NATIVE_B32 = H5T_NATIVE_B32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B64
alias H5T_NATIVE_B64 = H5T_NATIVE_B64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B8
alias H5T_NATIVE_B8 = H5T_NATIVE_B8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_DOUBLE
alias H5T_NATIVE_DOUBLE = H5T_NATIVE_DOUBLE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_FLOAT
alias H5T_NATIVE_FLOAT = H5T_NATIVE_FLOAT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HADDR
alias H5T_NATIVE_HADDR = H5T_NATIVE_HADDR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HBOOL
alias H5T_NATIVE_HBOOL = H5T_NATIVE_HBOOL_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HERR
alias H5T_NATIVE_HERR = H5T_NATIVE_HERR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSIZE
alias H5T_NATIVE_HSIZE = H5T_NATIVE_HSIZE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSSIZE
alias H5T_NATIVE_HSSIZE = H5T_NATIVE_HSSIZE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT
alias H5T_NATIVE_INT = H5T_NATIVE_INT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT16
alias H5T_NATIVE_INT16 = H5T_NATIVE_INT16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT32
alias H5T_NATIVE_INT32 = H5T_NATIVE_INT32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT64
alias H5T_NATIVE_INT64 = H5T_NATIVE_INT64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT8
alias H5T_NATIVE_INT8 = H5T_NATIVE_INT8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST16
alias H5T_NATIVE_INT_FAST16 = H5T_NATIVE_INT_FAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST32
alias H5T_NATIVE_INT_FAST32 = H5T_NATIVE_INT_FAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST64
alias H5T_NATIVE_INT_FAST64 = H5T_NATIVE_INT_FAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST8
alias H5T_NATIVE_INT_FAST8 = H5T_NATIVE_INT_FAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST16
alias H5T_NATIVE_INT_LEAST16 = H5T_NATIVE_INT_LEAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST32
alias H5T_NATIVE_INT_LEAST32 = H5T_NATIVE_INT_LEAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST64
alias H5T_NATIVE_INT_LEAST64 = H5T_NATIVE_INT_LEAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST8
alias H5T_NATIVE_INT_LEAST8 = H5T_NATIVE_INT_LEAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LLONG
alias H5T_NATIVE_LLONG = H5T_NATIVE_LLONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LONG
alias H5T_NATIVE_LONG = H5T_NATIVE_LONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_OPAQUE
alias H5T_NATIVE_OPAQUE = H5T_NATIVE_OPAQUE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SCHAR
alias H5T_NATIVE_SCHAR = H5T_NATIVE_SCHAR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SHORT
alias H5T_NATIVE_SHORT = H5T_NATIVE_SHORT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UCHAR
alias H5T_NATIVE_UCHAR = H5T_NATIVE_UCHAR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT
alias H5T_NATIVE_UINT = H5T_NATIVE_UINT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT16
alias H5T_NATIVE_UINT16 = H5T_NATIVE_UINT16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT32
alias H5T_NATIVE_UINT32 = H5T_NATIVE_UINT32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT64
alias H5T_NATIVE_UINT64 = H5T_NATIVE_UINT64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT8
alias H5T_NATIVE_UINT8 = H5T_NATIVE_UINT8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST16
alias H5T_NATIVE_UINT_FAST16 = H5T_NATIVE_UINT_FAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST32
alias H5T_NATIVE_UINT_FAST32 = H5T_NATIVE_UINT_FAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST64
alias H5T_NATIVE_UINT_FAST64 = H5T_NATIVE_UINT_FAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST8
alias H5T_NATIVE_UINT_FAST8 = H5T_NATIVE_UINT_FAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST16
alias H5T_NATIVE_UINT_LEAST16 = H5T_NATIVE_UINT_LEAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST32
alias H5T_NATIVE_UINT_LEAST32 = H5T_NATIVE_UINT_LEAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST64
alias H5T_NATIVE_UINT_LEAST64 = H5T_NATIVE_UINT_LEAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST8
alias H5T_NATIVE_UINT_LEAST8 = H5T_NATIVE_UINT_LEAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULLONG
alias H5T_NATIVE_ULLONG = H5T_NATIVE_ULLONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULONG
alias H5T_NATIVE_ULONG = H5T_NATIVE_ULONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_USHORT
alias H5T_NATIVE_USHORT = H5T_NATIVE_USHORT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16BE
alias H5T_STD_B16BE = H5T_STD_B16BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16LE
alias H5T_STD_B16LE = H5T_STD_B16LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32BE
alias H5T_STD_B32BE = H5T_STD_B32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32LE
alias H5T_STD_B32LE = H5T_STD_B32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64BE
alias H5T_STD_B64BE = H5T_STD_B64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64LE
alias H5T_STD_B64LE = H5T_STD_B64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8BE
alias H5T_STD_B8BE = H5T_STD_B8BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8LE
alias H5T_STD_B8LE = H5T_STD_B8LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16BE
alias H5T_STD_I16BE = H5T_STD_I16BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16LE
alias H5T_STD_I16LE = H5T_STD_I16LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32BE
alias H5T_STD_I32BE = H5T_STD_I32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32LE
alias H5T_STD_I32LE = H5T_STD_I32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64BE
alias H5T_STD_I64BE = H5T_STD_I64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64LE
alias H5T_STD_I64LE = H5T_STD_I64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8BE
alias H5T_STD_I8BE = H5T_STD_I8BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8LE
alias H5T_STD_I8LE = H5T_STD_I8LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_DSETREG
alias H5T_STD_REF_DSETREG = H5T_STD_REF_DSETREG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_OBJ
alias H5T_STD_REF_OBJ = H5T_STD_REF_OBJ_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16BE
alias H5T_STD_U16BE = H5T_STD_U16BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16LE
alias H5T_STD_U16LE = H5T_STD_U16LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32BE
alias H5T_STD_U32BE = H5T_STD_U32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32LE
alias H5T_STD_U32LE = H5T_STD_U32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64BE
alias H5T_STD_U64BE = H5T_STD_U64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64LE
alias H5T_STD_U64LE = H5T_STD_U64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8BE
alias H5T_STD_U8BE = H5T_STD_U8BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8LE
alias H5T_STD_U8LE = H5T_STD_U8LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32BE
alias H5T_UNIX_D32BE = H5T_UNIX_D32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32LE
alias H5T_UNIX_D32LE = H5T_UNIX_D32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64BE
alias H5T_UNIX_D64BE = H5T_UNIX_D64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64LE
alias H5T_UNIX_D64LE = H5T_UNIX_D64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F32
alias H5T_VAX_F32 = H5T_VAX_F32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F64
alias H5T_VAX_F64 = H5T_VAX_F64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_conv_except_func_t
alias H5T_conv_except_func_t = H5T_conv_ret_t function(H5T_conv_except_t except_type, hid_t src_id, hid_t dst_id, void* src_buf, void* dst_buf, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_conv_t
alias H5T_conv_t = herr_t function(hid_t src_id, hid_t dst_id, H5T_cdata_t* cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void* buf, void* bkg, hid_t dset_xfer_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_can_apply_func_t
alias H5Z_can_apply_func_t = htri_t function(hid_t dcpl_id, hid_t type_id, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_filter_func_t
alias H5Z_filter_func_t = H5Z_cb_return_t function(H5ZFilter filter, void* buf, size_t buf_size, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_func_t
alias H5Z_func_t = size_t function(uint flags, size_t cd_nelmts, const uint* cd_values, size_t nbytes, size_t* buf_size, void** buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_set_local_func_t
alias H5Z_set_local_func_t = herr_t function(hid_t dcpl_id, hid_t type_id, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MPI_Comm
alias MPI_Comm = int
Undocumented in source.
MPI_Datatype
alias MPI_Datatype = int
Undocumented in source.
MPI_Info
alias MPI_Info = int
Undocumented in source.
haddr_t
alias haddr_t = ulong
Undocumented in source.
haddr_t
alias haddr_t = ulong
Undocumented in source.
haddr_t
alias haddr_t = uint
Undocumented in source.
haddr_t
alias haddr_t = uint64_t
Undocumented in source.
hbool_t
alias hbool_t = uint
Undocumented in source.
hdset_reg_ref_t
alias hdset_reg_ref_t = ubyte[H5R_DSET_REG_REF_BUF_SIZE]
Undocumented in source.
herr_t
alias herr_t = int
Undocumented in source.
hid_t
alias hid_t = int
Undocumented in source.
hobj_ref_t
alias hobj_ref_t = haddr_t
Undocumented in source.
hsize_t
alias hsize_t = ulong
Undocumented in source.
hssize_t
alias hssize_t = long
Undocumented in source.
htri_t
alias htri_t = int
Undocumented in source.
ssize_t
alias ssize_t = int
Undocumented in source.
ssize_t
alias ssize_t = long
Undocumented in source.
ssize_t
alias ssize_t = long
Undocumented in source.
uint64_t
alias uint64_t = uint
Undocumented in source.
uint64_t
alias uint64_t = uint
Undocumented in source.
uint64_t
alias uint64_t = ulong
Undocumented in source.

Enums

H5AC_METADATA
enum H5AC_METADATA
Undocumented in source.
H5DAllocTime
enum H5DAllocTime
Undocumented in source.
H5DLayout
enum H5DLayout
H5DSpaceStatus
enum H5DSpaceStatus
Undocumented in source.
H5D_chunk_index_t
enum H5D_chunk_index_t
Undocumented in source.
H5D_fill_time_t
enum H5D_fill_time_t
Undocumented in source.
H5D_fill_value_t
enum H5D_fill_value_t
Undocumented in source.
H5D_mpio_actual_chunk_opt_mode_t
enum H5D_mpio_actual_chunk_opt_mode_t
Undocumented in source.
H5D_mpio_actual_io_mode_t
enum H5D_mpio_actual_io_mode_t
Undocumented in source.
H5D_mpio_no_collective_cause_t
enum H5D_mpio_no_collective_cause_t
Undocumented in source.
H5FDMPIO
enum H5FDMPIO
Undocumented in source.
H5FDMPIOChunkOptions
enum H5FDMPIOChunkOptions
Undocumented in source.
H5F_close_degree_t
enum H5F_close_degree_t
Undocumented in source.
H5F_libver_t
enum H5F_libver_t
Undocumented in source.
H5F_mem_t
enum H5F_mem_t
Undocumented in source.
H5F_scope_t
enum H5F_scope_t
Undocumented in source.
H5GStorageType
enum H5GStorageType
Undocumented in source.
H5IType
enum H5IType
Undocumented in source.
H5Index
enum H5Index
Undocumented in source.
H5IterOrder
enum H5IterOrder
Undocumented in source.
H5LType
enum H5LType
Undocumented in source.
H5OType
enum H5OType
H5O_mcdt_search_ret_t
enum H5O_mcdt_search_ret_t
Undocumented in source.
H5RType
enum H5RType
H5SClass
enum H5SClass
Undocumented in source.
H5SSeloper
enum H5SSeloper
Undocumented in source.
H5S_SELECT_NOOP
anonymousenum H5S_SELECT_NOOP
Undocumented in source.
H5S_sel_type
enum H5S_sel_type
Undocumented in source.
H5TByteOrder
enum H5TByteOrder
Undocumented in source.
H5TClass
enum H5TClass
Undocumented in source.
H5TCset
enum H5TCset
Undocumented in source.
H5TDirection
enum H5TDirection
Undocumented in source.
H5TString
enum H5TString
Undocumented in source.
H5T_bkg_t
enum H5T_bkg_t
Undocumented in source.
H5T_cmd_t
enum H5T_cmd_t
Undocumented in source.
H5T_conv_except_t
enum H5T_conv_except_t
Undocumented in source.
H5T_conv_ret_t
enum H5T_conv_ret_t
Undocumented in source.
H5T_norm_t
enum H5T_norm_t
Undocumented in source.
H5T_pad_t
enum H5T_pad_t
Undocumented in source.
H5T_pers_t
enum H5T_pers_t
Undocumented in source.
H5T_sign_t
enum H5T_sign_t
Undocumented in source.
H5ZFilter
enum H5ZFilter
Undocumented in source.
H5Z_EDC_t
enum H5Z_EDC_t
Undocumented in source.
H5Z_SO_scale_type_t
enum H5Z_SO_scale_type_t
Undocumented in source.
H5Z_cb_return_t
enum H5Z_cb_return_t
Undocumented in source.

Imports

off_t (from core.sys.posix.sys.types)
public import core.sys.posix.sys.types : off_t;
Undocumented in source.

Manifest constants

H5AC__CURR_CACHE_CONFIG_VERSION
enum H5AC__CURR_CACHE_CONFIG_VERSION;
Undocumented in source.
H5AC__MAX_TRACE_FILE_NAME_LEN
enum H5AC__MAX_TRACE_FILE_NAME_LEN;
Undocumented in source.
H5D_CHUNK_CACHE_NBYTES_DEFAULT
enum H5D_CHUNK_CACHE_NBYTES_DEFAULT;
Undocumented in source.
H5D_CHUNK_CACHE_NSLOTS_DEFAULT
enum H5D_CHUNK_CACHE_NSLOTS_DEFAULT;
H5D_CHUNK_CACHE_W0_DEFAULT
enum H5D_CHUNK_CACHE_W0_DEFAULT;
Undocumented in source.
H5D_MULTI_CHUNK_IO_COL_THRESHOLD
enum H5D_MULTI_CHUNK_IO_COL_THRESHOLD;
Undocumented in source.
H5D_ONE_LINK_CHUNK_IO_THRESHOLD
enum H5D_ONE_LINK_CHUNK_IO_THRESHOLD;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME;
Undocumented in source.
H5F_ACC_CREAT
enum H5F_ACC_CREAT;
Undocumented in source.
H5F_ACC_DEBUG
enum H5F_ACC_DEBUG;
Undocumented in source.
H5F_ACC_DEFAULT
enum H5F_ACC_DEFAULT;
Undocumented in source.
H5F_ACC_EXCL
enum H5F_ACC_EXCL;
Undocumented in source.
H5F_ACC_RDONLY
enum H5F_ACC_RDONLY;
Undocumented in source.
H5F_ACC_RDWR
enum H5F_ACC_RDWR;
Undocumented in source.
H5F_ACC_TRUNC
enum H5F_ACC_TRUNC;
Undocumented in source.
H5F_DEBUG
enum H5F_DEBUG;
Undocumented in source.
H5F_FAMILY_DEFAULT
enum H5F_FAMILY_DEFAULT;
Undocumented in source.
H5F_MPIO_DEBUG_KEY
enum H5F_MPIO_DEBUG_KEY;
Undocumented in source.
H5F_OBJ_ALL
enum H5F_OBJ_ALL;
Undocumented in source.
H5F_OBJ_ATTR
enum H5F_OBJ_ATTR;
Undocumented in source.
H5F_OBJ_DATASET
enum H5F_OBJ_DATASET;
Undocumented in source.
H5F_OBJ_DATATYPE
enum H5F_OBJ_DATATYPE;
Undocumented in source.
H5F_OBJ_FILE
enum H5F_OBJ_FILE;
Undocumented in source.
H5F_OBJ_GROUP
enum H5F_OBJ_GROUP;
Undocumented in source.
H5F_OBJ_LOCAL
enum H5F_OBJ_LOCAL;
Undocumented in source.
H5F_UNLIMITED
enum H5F_UNLIMITED;
Undocumented in source.
H5I_INVALID_HID
enum H5I_INVALID_HID;
Undocumented in source.
H5L_LINK_CLASS_T_VERS
enum H5L_LINK_CLASS_T_VERS;
Undocumented in source.
H5L_MAX_LINK_NAME_LEN
enum H5L_MAX_LINK_NAME_LEN;
Undocumented in source.
H5L_SAME_LOC
enum H5L_SAME_LOC;
Undocumented in source.
H5L_TYPE_BUILTIN_MAX
enum H5L_TYPE_BUILTIN_MAX;
Undocumented in source.
H5L_TYPE_UD_MIN
enum H5L_TYPE_UD_MIN;
Undocumented in source.
H5O_COPY_ALL
enum H5O_COPY_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_EXPAND_EXT_LINK_FLAG
enum H5O_COPY_EXPAND_EXT_LINK_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_EXPAND_REFERENCE_FLAG
enum H5O_COPY_EXPAND_REFERENCE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_EXPAND_SOFT_LINK_FLAG
enum H5O_COPY_EXPAND_SOFT_LINK_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG
enum H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_PRESERVE_NULL_FLAG
enum H5O_COPY_PRESERVE_NULL_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_SHALLOW_HIERARCHY_FLAG
enum H5O_COPY_SHALLOW_HIERARCHY_FLAG;
H5O_COPY_WITHOUT_ATTR_FLAG
enum H5O_COPY_WITHOUT_ATTR_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ALL_FLAGS
enum H5O_HDR_ALL_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ATTR_CRT_ORDER_INDEXED
enum H5O_HDR_ATTR_CRT_ORDER_INDEXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ATTR_CRT_ORDER_TRACKED
enum H5O_HDR_ATTR_CRT_ORDER_TRACKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ATTR_STORE_PHASE_CHANGE
enum H5O_HDR_ATTR_STORE_PHASE_CHANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_CHUNK0_SIZE
enum H5O_HDR_CHUNK0_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_STORE_TIMES
enum H5O_HDR_STORE_TIMES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_ALL_FLAG
enum H5O_SHMESG_ALL_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_ATTR_FLAG
enum H5O_SHMESG_ATTR_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_DTYPE_FLAG
enum H5O_SHMESG_DTYPE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_FILL_FLAG
enum H5O_SHMESG_FILL_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_MAX_LIST_SIZE
enum H5O_SHMESG_MAX_LIST_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_MAX_NINDEXES
enum H5O_SHMESG_MAX_NINDEXES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_NONE_FLAG
enum H5O_SHMESG_NONE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_PLINE_FLAG
enum H5O_SHMESG_PLINE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_SDSPACE_FLAG
enum H5O_SHMESG_SDSPACE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CRT_ORDER_INDEXED
enum H5P_CRT_ORDER_INDEXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CRT_ORDER_TRACKED
enum H5P_CRT_ORDER_TRACKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DEFAULT
enum H5P_DEFAULT;
Undocumented in source.
H5R_DSET_REG_REF_BUF_SIZE
enum H5R_DSET_REG_REF_BUF_SIZE;
Undocumented in source.
H5R_OBJ_REF_BUF_SIZE
enum H5R_OBJ_REF_BUF_SIZE;
Undocumented in source.
H5S_ALL
enum H5S_ALL;
Undocumented in source.
H5S_MAX_RANK
enum H5S_MAX_RANK;
Undocumented in source.
H5S_UNLIMITED
enum H5S_UNLIMITED;
Undocumented in source.
H5T_NCSET
enum H5T_NCSET;
Undocumented in source.
H5T_NSTR
enum H5T_NSTR;
Undocumented in source.
H5T_OPAQUE_TAG_MAX
enum H5T_OPAQUE_TAG_MAX;
Undocumented in source.
H5T_VARIABLE
enum H5T_VARIABLE;
Undocumented in source.
H5Z_CLASS_T_VERS
enum H5Z_CLASS_T_VERS;
Undocumented in source.
H5Z_FILTER_CONFIG_DECODE_ENABLED
enum H5Z_FILTER_CONFIG_DECODE_ENABLED;
Undocumented in source.
H5Z_FILTER_CONFIG_ENCODE_ENABLED
enum H5Z_FILTER_CONFIG_ENCODE_ENABLED;
Undocumented in source.
H5Z_FLAG_DEFMASK
enum H5Z_FLAG_DEFMASK;
Undocumented in source.
H5Z_FLAG_INVMASK
enum H5Z_FLAG_INVMASK;
Undocumented in source.
H5Z_FLAG_MANDATORY
enum H5Z_FLAG_MANDATORY;
Undocumented in source.
H5Z_FLAG_OPTIONAL
enum H5Z_FLAG_OPTIONAL;
Undocumented in source.
H5Z_FLAG_REVERSE
enum H5Z_FLAG_REVERSE;
Undocumented in source.
H5Z_FLAG_SKIP_EDC
enum H5Z_FLAG_SKIP_EDC;
Undocumented in source.
H5Z_MAX_NFILTERS
enum H5Z_MAX_NFILTERS;
Undocumented in source.
H5Z_NBIT_USER_NPARMS
enum H5Z_NBIT_USER_NPARMS;
Undocumented in source.
H5Z_SCALEOFFSET_USER_NPARMS
enum H5Z_SCALEOFFSET_USER_NPARMS;
Undocumented in source.
H5Z_SHUFFLE_TOTAL_NPARMS
enum H5Z_SHUFFLE_TOTAL_NPARMS;
Undocumented in source.
H5Z_SHUFFLE_USER_NPARMS
enum H5Z_SHUFFLE_USER_NPARMS;
Undocumented in source.
H5Z_SO_INT_MINBITS_DEFAULT
enum H5Z_SO_INT_MINBITS_DEFAULT;
Undocumented in source.
H5Z_SZIP_PARM_BPP
enum H5Z_SZIP_PARM_BPP;
Undocumented in source.
H5Z_SZIP_PARM_MASK
enum H5Z_SZIP_PARM_MASK;
Undocumented in source.
H5Z_SZIP_PARM_PPB
enum H5Z_SZIP_PARM_PPB;
Undocumented in source.
H5Z_SZIP_PARM_PPS
enum H5Z_SZIP_PARM_PPS;
Undocumented in source.
H5Z_SZIP_TOTAL_NPARMS
enum H5Z_SZIP_TOTAL_NPARMS;
Undocumented in source.
H5Z_SZIP_USER_NPARMS
enum H5Z_SZIP_USER_NPARMS;
Undocumented in source.
H5_CLEAR_MEMORY
enum H5_CLEAR_MEMORY;
Undocumented in source.
H5_CONVERT_DENORMAL_FLOAT
enum H5_CONVERT_DENORMAL_FLOAT;
Undocumented in source.
H5_DEFAULT_PLUGINDIR
enum H5_DEFAULT_PLUGINDIR;
Undocumented in source.
H5_DEV_T_IS_SCALAR
enum H5_DEV_T_IS_SCALAR;
Undocumented in source.
H5_FP_TO_INTEGER_OVERFLOW_WORKS
enum H5_FP_TO_INTEGER_OVERFLOW_WORKS;
Undocumented in source.
H5_FP_TO_ULLONG_ACCURATE
enum H5_FP_TO_ULLONG_ACCURATE;
Undocumented in source.
H5_FP_TO_ULLONG_RIGHT_MAXIMUM
enum H5_FP_TO_ULLONG_RIGHT_MAXIMUM;
Undocumented in source.
H5_GETTIMEOFDAY_GIVES_TZ
enum H5_GETTIMEOFDAY_GIVES_TZ;
Undocumented in source.
H5_HAVE_ALARM
enum H5_HAVE_ALARM;
Undocumented in source.
H5_HAVE_ATTRIBUTE
enum H5_HAVE_ATTRIBUTE;
Undocumented in source.
H5_HAVE_C99_DESIGNATED_INITIALIZER
enum H5_HAVE_C99_DESIGNATED_INITIALIZER;
Undocumented in source.
H5_HAVE_C99_FUNC
enum H5_HAVE_C99_FUNC;
Undocumented in source.
H5_HAVE_CLOCK_GETTIME
enum H5_HAVE_CLOCK_GETTIME;
Undocumented in source.
H5_HAVE_DIFFTIME
enum H5_HAVE_DIFFTIME;
Undocumented in source.
H5_HAVE_DIRENT_H
enum H5_HAVE_DIRENT_H;
Undocumented in source.
H5_HAVE_DLFCN_H
enum H5_HAVE_DLFCN_H;
Undocumented in source.
H5_HAVE_EMBEDDED_LIBINFO
enum H5_HAVE_EMBEDDED_LIBINFO;
Undocumented in source.
H5_HAVE_FEATURES_H
enum H5_HAVE_FEATURES_H;
Undocumented in source.
H5_HAVE_FILTER_DEFLATE
enum H5_HAVE_FILTER_DEFLATE;
Undocumented in source.
H5_HAVE_FILTER_FLETCHER32
enum H5_HAVE_FILTER_FLETCHER32;
Undocumented in source.
H5_HAVE_FILTER_NBIT
enum H5_HAVE_FILTER_NBIT;
Undocumented in source.
H5_HAVE_FILTER_SCALEOFFSET
enum H5_HAVE_FILTER_SCALEOFFSET;
Undocumented in source.
H5_HAVE_FILTER_SHUFFLE
enum H5_HAVE_FILTER_SHUFFLE;
Undocumented in source.
H5_HAVE_FORK
enum H5_HAVE_FORK;
Undocumented in source.
H5_HAVE_FREXPF
enum H5_HAVE_FREXPF;
Undocumented in source.
H5_HAVE_FREXPL
enum H5_HAVE_FREXPL;
Undocumented in source.
H5_HAVE_FSEEKO
enum H5_HAVE_FSEEKO;
Undocumented in source.
H5_HAVE_FSEEKO64
enum H5_HAVE_FSEEKO64;
Undocumented in source.
H5_HAVE_FSTAT64
enum H5_HAVE_FSTAT64;
Undocumented in source.
H5_HAVE_FTELLO
enum H5_HAVE_FTELLO;
Undocumented in source.
H5_HAVE_FTELLO64
enum H5_HAVE_FTELLO64;
Undocumented in source.
H5_HAVE_FTRUNCATE64
enum H5_HAVE_FTRUNCATE64;
Undocumented in source.
H5_HAVE_FUNCTION
enum H5_HAVE_FUNCTION;
Undocumented in source.
H5_HAVE_GETHOSTNAME
enum H5_HAVE_GETHOSTNAME;
Undocumented in source.
H5_HAVE_GETPWUID
enum H5_HAVE_GETPWUID;
Undocumented in source.
H5_HAVE_GETRUSAGE
enum H5_HAVE_GETRUSAGE;
Undocumented in source.
H5_HAVE_GETTIMEOFDAY
enum H5_HAVE_GETTIMEOFDAY;
Undocumented in source.
H5_HAVE_INTTYPES_H
enum H5_HAVE_INTTYPES_H;
Undocumented in source.
H5_HAVE_IOCTL
enum H5_HAVE_IOCTL;
Undocumented in source.
H5_HAVE_LIBDL
enum H5_HAVE_LIBDL;
Undocumented in source.
H5_HAVE_LIBM
enum H5_HAVE_LIBM;
Undocumented in source.
H5_HAVE_LIBZ
enum H5_HAVE_LIBZ;
Undocumented in source.
H5_HAVE_LONGJMP
enum H5_HAVE_LONGJMP;
Undocumented in source.
H5_HAVE_LSEEK64
enum H5_HAVE_LSEEK64;
Undocumented in source.
H5_HAVE_LSTAT
enum H5_HAVE_LSTAT;
Undocumented in source.
H5_HAVE_MEMORY_H
enum H5_HAVE_MEMORY_H;
Undocumented in source.
H5_HAVE_MPI_GET_SIZE
enum H5_HAVE_MPI_GET_SIZE;
Undocumented in source.
H5_HAVE_MPI_MULTI_LANG_Comm
enum H5_HAVE_MPI_MULTI_LANG_Comm;
Undocumented in source.
H5_HAVE_MPI_MULTI_LANG_Info
enum H5_HAVE_MPI_MULTI_LANG_Info;
Undocumented in source.
H5_HAVE_PARALLEL
enum H5_HAVE_PARALLEL;
Undocumented in source.
H5_HAVE_RANDOM
enum H5_HAVE_RANDOM;
Undocumented in source.
H5_HAVE_RAND_R
enum H5_HAVE_RAND_R;
Undocumented in source.
H5_HAVE_SETJMP
enum H5_HAVE_SETJMP;
Undocumented in source.
H5_HAVE_SETJMP_H
enum H5_HAVE_SETJMP_H;
Undocumented in source.
H5_HAVE_SIGLONGJMP
enum H5_HAVE_SIGLONGJMP;
Undocumented in source.
H5_HAVE_SIGNAL
enum H5_HAVE_SIGNAL;
Undocumented in source.
H5_HAVE_SIGPROCMASK
enum H5_HAVE_SIGPROCMASK;
Undocumented in source.
H5_HAVE_SNPRINTF
enum H5_HAVE_SNPRINTF;
Undocumented in source.
H5_HAVE_SRANDOM
enum H5_HAVE_SRANDOM;
Undocumented in source.
H5_HAVE_STAT64
enum H5_HAVE_STAT64;
Undocumented in source.
H5_HAVE_STAT_ST_BLOCKS
enum H5_HAVE_STAT_ST_BLOCKS;
Undocumented in source.
H5_HAVE_STDDEF_H
enum H5_HAVE_STDDEF_H;
Undocumented in source.
H5_HAVE_STDINT_H
enum H5_HAVE_STDINT_H;
Undocumented in source.
H5_HAVE_STDLIB_H
enum H5_HAVE_STDLIB_H;
Undocumented in source.
H5_HAVE_STRDUP
enum H5_HAVE_STRDUP;
Undocumented in source.
H5_HAVE_STRINGS_H
enum H5_HAVE_STRINGS_H;
Undocumented in source.
H5_HAVE_STRING_H
enum H5_HAVE_STRING_H;
Undocumented in source.
H5_HAVE_STRUCT_TIMEZONE
enum H5_HAVE_STRUCT_TIMEZONE;
Undocumented in source.
H5_HAVE_STRUCT_TM_TM_ZONE
enum H5_HAVE_STRUCT_TM_TM_ZONE;
Undocumented in source.
H5_HAVE_SYMLINK
enum H5_HAVE_SYMLINK;
Undocumented in source.
H5_HAVE_SYSTEM
enum H5_HAVE_SYSTEM;
Undocumented in source.
H5_HAVE_SYS_IOCTL_H
enum H5_HAVE_SYS_IOCTL_H;
Undocumented in source.
H5_HAVE_SYS_RESOURCE_H
enum H5_HAVE_SYS_RESOURCE_H;
Undocumented in source.
H5_HAVE_SYS_SOCKET_H
enum H5_HAVE_SYS_SOCKET_H;
Undocumented in source.
H5_HAVE_SYS_STAT_H
enum H5_HAVE_SYS_STAT_H;
Undocumented in source.
H5_HAVE_SYS_TIMEB_H
enum H5_HAVE_SYS_TIMEB_H;
Undocumented in source.
H5_HAVE_SYS_TIME_H
enum H5_HAVE_SYS_TIME_H;
Undocumented in source.
H5_HAVE_SYS_TYPES_H
enum H5_HAVE_SYS_TYPES_H;
Undocumented in source.
H5_HAVE_TIOCGETD
enum H5_HAVE_TIOCGETD;
Undocumented in source.
H5_HAVE_TIOCGWINSZ
enum H5_HAVE_TIOCGWINSZ;
Undocumented in source.
H5_HAVE_TMPFILE
enum H5_HAVE_TMPFILE;
Undocumented in source.
H5_HAVE_TM_GMTOFF
enum H5_HAVE_TM_GMTOFF;
Undocumented in source.
H5_HAVE_TM_ZONE
enum H5_HAVE_TM_ZONE;
Undocumented in source.
H5_HAVE_UNISTD_H
enum H5_HAVE_UNISTD_H;
Undocumented in source.
H5_HAVE_VASPRINTF
enum H5_HAVE_VASPRINTF;
Undocumented in source.
H5_HAVE_VSNPRINTF
enum H5_HAVE_VSNPRINTF;
Undocumented in source.
H5_HAVE_WAITPID
enum H5_HAVE_WAITPID;
Undocumented in source.
H5_HAVE_ZLIB_H
enum H5_HAVE_ZLIB_H;
Undocumented in source.
H5_INCLUDE_HL
enum H5_INCLUDE_HL;
Undocumented in source.
H5_INTEGER_TO_LDOUBLE_ACCURATE
enum H5_INTEGER_TO_LDOUBLE_ACCURATE;
Undocumented in source.
H5_ITER_CONT
enum H5_ITER_CONT;
Undocumented in source.
H5_ITER_ERROR
enum H5_ITER_ERROR;
Undocumented in source.
H5_ITER_STOP
enum H5_ITER_STOP;
Undocumented in source.
H5_LDOUBLE_TO_INTEGER_ACCURATE
enum H5_LDOUBLE_TO_INTEGER_ACCURATE;
Undocumented in source.
H5_LDOUBLE_TO_INTEGER_WORKS
enum H5_LDOUBLE_TO_INTEGER_WORKS;
Undocumented in source.
H5_LDOUBLE_TO_LLONG_ACCURATE
enum H5_LDOUBLE_TO_LLONG_ACCURATE;
Undocumented in source.
H5_LDOUBLE_TO_UINT_ACCURATE
enum H5_LDOUBLE_TO_UINT_ACCURATE;
Undocumented in source.
H5_LLONG_TO_FP_CAST_WORKS
enum H5_LLONG_TO_FP_CAST_WORKS;
Undocumented in source.
H5_LLONG_TO_LDOUBLE_CORRECT
enum H5_LLONG_TO_LDOUBLE_CORRECT;
Undocumented in source.
H5_LT_OBJDIR
enum H5_LT_OBJDIR;
Undocumented in source.
H5_MPI_FILE_SET_SIZE_BIG
enum H5_MPI_FILE_SET_SIZE_BIG;
Undocumented in source.
H5_NO_ALIGNMENT_RESTRICTIONS
enum H5_NO_ALIGNMENT_RESTRICTIONS;
Undocumented in source.
H5_PACKAGE
enum H5_PACKAGE;
Undocumented in source.
H5_PACKAGE_BUGREPORT
enum H5_PACKAGE_BUGREPORT;
Undocumented in source.
H5_PACKAGE_NAME
enum H5_PACKAGE_NAME;
Undocumented in source.
H5_PACKAGE_STRING
enum H5_PACKAGE_STRING;
Undocumented in source.
H5_PACKAGE_TARNAME
enum H5_PACKAGE_TARNAME;
Undocumented in source.
H5_PACKAGE_URL
enum H5_PACKAGE_URL;
Undocumented in source.
H5_PACKAGE_VERSION
enum H5_PACKAGE_VERSION;
Undocumented in source.
H5_PRINTF_LL_WIDTH
enum H5_PRINTF_LL_WIDTH;
Undocumented in source.
H5_SIZEOF_CHAR
enum H5_SIZEOF_CHAR;
Undocumented in source.
H5_SIZEOF_DOUBLE
enum H5_SIZEOF_DOUBLE;
Undocumented in source.
H5_SIZEOF_FLOAT
enum H5_SIZEOF_FLOAT;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HID_T
enum H5_SIZEOF_HID_T;
Undocumented in source.
H5_SIZEOF_INT
enum H5_SIZEOF_INT;
Undocumented in source.
H5_SIZEOF_INT16_T
enum H5_SIZEOF_INT16_T;
Undocumented in source.
H5_SIZEOF_INT32_T
enum H5_SIZEOF_INT32_T;
Undocumented in source.
H5_SIZEOF_INT64_T
enum H5_SIZEOF_INT64_T;
Undocumented in source.
H5_SIZEOF_INT8_T
enum H5_SIZEOF_INT8_T;
Undocumented in source.
H5_SIZEOF_INT_FAST16_T
enum H5_SIZEOF_INT_FAST16_T;
Undocumented in source.
H5_SIZEOF_INT_FAST32_T
enum H5_SIZEOF_INT_FAST32_T;
Undocumented in source.
H5_SIZEOF_INT_FAST64_T
enum H5_SIZEOF_INT_FAST64_T;
Undocumented in source.
H5_SIZEOF_INT_FAST8_T
enum H5_SIZEOF_INT_FAST8_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST16_T
enum H5_SIZEOF_INT_LEAST16_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST32_T
enum H5_SIZEOF_INT_LEAST32_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST64_T
enum H5_SIZEOF_INT_LEAST64_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST8_T
enum H5_SIZEOF_INT_LEAST8_T;
Undocumented in source.
H5_SIZEOF_LONG
enum H5_SIZEOF_LONG;
Undocumented in source.
H5_SIZEOF_LONG_DOUBLE
enum H5_SIZEOF_LONG_DOUBLE;
Undocumented in source.
H5_SIZEOF_LONG_LONG
enum H5_SIZEOF_LONG_LONG;
Undocumented in source.
H5_SIZEOF_OFF64_T
enum H5_SIZEOF_OFF64_T;
Undocumented in source.
H5_SIZEOF_OFF_T
enum H5_SIZEOF_OFF_T;
Undocumented in source.
H5_SIZEOF_PTRDIFF_T
enum H5_SIZEOF_PTRDIFF_T;
Undocumented in source.
H5_SIZEOF_SHORT
enum H5_SIZEOF_SHORT;
Undocumented in source.
H5_SIZEOF_SIZE_T
enum H5_SIZEOF_SIZE_T;
Undocumented in source.
H5_SIZEOF_SSIZE_T
enum H5_SIZEOF_SSIZE_T;
Undocumented in source.
H5_SIZEOF_UINT16_T
enum H5_SIZEOF_UINT16_T;
Undocumented in source.
H5_SIZEOF_UINT32_T
enum H5_SIZEOF_UINT32_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT8_T
enum H5_SIZEOF_UINT8_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST16_T
enum H5_SIZEOF_UINT_FAST16_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST32_T
enum H5_SIZEOF_UINT_FAST32_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST64_T
enum H5_SIZEOF_UINT_FAST64_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST8_T
enum H5_SIZEOF_UINT_FAST8_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST16_T
enum H5_SIZEOF_UINT_LEAST16_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST32_T
enum H5_SIZEOF_UINT_LEAST32_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST64_T
enum H5_SIZEOF_UINT_LEAST64_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST8_T
enum H5_SIZEOF_UINT_LEAST8_T;
Undocumented in source.
H5_SIZEOF_UNSIGNED
enum H5_SIZEOF_UNSIGNED;
Undocumented in source.
H5_SIZEOF___INT64
enum H5_SIZEOF___INT64;
Undocumented in source.
H5_STDC_HEADERS
enum H5_STDC_HEADERS;
Undocumented in source.
H5_SYSTEM_SCOPE_THREADS
enum H5_SYSTEM_SCOPE_THREADS;
Undocumented in source.
H5_SZIP_ALLOW_K13_OPTION_MASK
enum H5_SZIP_ALLOW_K13_OPTION_MASK;
Undocumented in source.
H5_SZIP_CHIP_OPTION_MASK
enum H5_SZIP_CHIP_OPTION_MASK;
Undocumented in source.
H5_SZIP_EC_OPTION_MASK
enum H5_SZIP_EC_OPTION_MASK;
Undocumented in source.
H5_SZIP_MAX_PIXELS_PER_BLOCK
enum H5_SZIP_MAX_PIXELS_PER_BLOCK;
Undocumented in source.
H5_SZIP_NN_OPTION_MASK
enum H5_SZIP_NN_OPTION_MASK;
Undocumented in source.
H5_TIME_WITH_SYS_TIME
enum H5_TIME_WITH_SYS_TIME;
Undocumented in source.
H5_ULLONG_TO_FP_CAST_WORKS
enum H5_ULLONG_TO_FP_CAST_WORKS;
Undocumented in source.
H5_ULLONG_TO_LDOUBLE_PRECISION
enum H5_ULLONG_TO_LDOUBLE_PRECISION;
Undocumented in source.
H5_ULONG_TO_FLOAT_ACCURATE
enum H5_ULONG_TO_FLOAT_ACCURATE;
Undocumented in source.
H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE
enum H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE;
Undocumented in source.
H5_VERSION
enum H5_VERSION;
Undocumented in source.
H5_VERS_INFO
enum H5_VERS_INFO;
Undocumented in source.
H5_VERS_MAJOR
enum H5_VERS_MAJOR;
Undocumented in source.
H5_VERS_MINOR
enum H5_VERS_MINOR;
Undocumented in source.
H5_VERS_RELEASE
enum H5_VERS_RELEASE;
Undocumented in source.
H5_VERS_SUBRELEASE
enum H5_VERS_SUBRELEASE;
Undocumented in source.
H5_VSNPRINTF_WORKS
enum H5_VSNPRINTF_WORKS;
Undocumented in source.
H5_WANT_DATA_ACCURACY
enum H5_WANT_DATA_ACCURACY;
Undocumented in source.
H5_WANT_DCONV_EXCEPTION
enum H5_WANT_DCONV_EXCEPTION;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
MPI_LONG_LONG_INT
enum MPI_LONG_LONG_INT;
Undocumented in source.
WORDS_BIGENDIAN
enum WORDS_BIGENDIAN;
Undocumented in source.
h5parallel
enum h5parallel;
Undocumented in source.

Static variables

H5FD_mpi_opt_types_g
hbool_t H5FD_mpi_opt_types_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_C_S1_g
hid_t H5T_C_S1_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_FORTRAN_S1_g
hid_t H5T_FORTRAN_S1_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32BE_g
hid_t H5T_IEEE_F32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32LE_g
hid_t H5T_IEEE_F32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64BE_g
hid_t H5T_IEEE_F64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64LE_g
hid_t H5T_IEEE_F64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B16_g
hid_t H5T_NATIVE_B16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B32_g
hid_t H5T_NATIVE_B32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B64_g
hid_t H5T_NATIVE_B64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B8_g
hid_t H5T_NATIVE_B8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_DOUBLE_g
hid_t H5T_NATIVE_DOUBLE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_FLOAT_g
hid_t H5T_NATIVE_FLOAT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HADDR_g
hid_t H5T_NATIVE_HADDR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HBOOL_g
hid_t H5T_NATIVE_HBOOL_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HERR_g
hid_t H5T_NATIVE_HERR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSIZE_g
hid_t H5T_NATIVE_HSIZE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSSIZE_g
hid_t H5T_NATIVE_HSSIZE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT16_g
hid_t H5T_NATIVE_INT16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT32_g
hid_t H5T_NATIVE_INT32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT64_g
hid_t H5T_NATIVE_INT64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT8_g
hid_t H5T_NATIVE_INT8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST16_g
hid_t H5T_NATIVE_INT_FAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST32_g
hid_t H5T_NATIVE_INT_FAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST64_g
hid_t H5T_NATIVE_INT_FAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST8_g
hid_t H5T_NATIVE_INT_FAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST16_g
hid_t H5T_NATIVE_INT_LEAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST32_g
hid_t H5T_NATIVE_INT_LEAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST64_g
hid_t H5T_NATIVE_INT_LEAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST8_g
hid_t H5T_NATIVE_INT_LEAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_g
hid_t H5T_NATIVE_INT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LDOUBLE_g
hid_t H5T_NATIVE_LDOUBLE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LLONG_g
hid_t H5T_NATIVE_LLONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LONG_g
hid_t H5T_NATIVE_LONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_OPAQUE_g
hid_t H5T_NATIVE_OPAQUE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SCHAR_g
hid_t H5T_NATIVE_SCHAR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SHORT_g
hid_t H5T_NATIVE_SHORT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UCHAR_g
hid_t H5T_NATIVE_UCHAR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT16_g
hid_t H5T_NATIVE_UINT16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT32_g
hid_t H5T_NATIVE_UINT32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT64_g
hid_t H5T_NATIVE_UINT64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT8_g
hid_t H5T_NATIVE_UINT8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST16_g
hid_t H5T_NATIVE_UINT_FAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST32_g
hid_t H5T_NATIVE_UINT_FAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST64_g
hid_t H5T_NATIVE_UINT_FAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST8_g
hid_t H5T_NATIVE_UINT_FAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST16_g
hid_t H5T_NATIVE_UINT_LEAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST32_g
hid_t H5T_NATIVE_UINT_LEAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST64_g
hid_t H5T_NATIVE_UINT_LEAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST8_g
hid_t H5T_NATIVE_UINT_LEAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_g
hid_t H5T_NATIVE_UINT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULLONG_g
hid_t H5T_NATIVE_ULLONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULONG_g
hid_t H5T_NATIVE_ULONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_USHORT_g
hid_t H5T_NATIVE_USHORT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16BE_g
hid_t H5T_STD_B16BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16LE_g
hid_t H5T_STD_B16LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32BE_g
hid_t H5T_STD_B32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32LE_g
hid_t H5T_STD_B32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64BE_g
hid_t H5T_STD_B64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64LE_g
hid_t H5T_STD_B64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8BE_g
hid_t H5T_STD_B8BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8LE_g
hid_t H5T_STD_B8LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16BE_g
hid_t H5T_STD_I16BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16LE_g
hid_t H5T_STD_I16LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32BE_g
hid_t H5T_STD_I32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32LE_g
hid_t H5T_STD_I32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64BE_g
hid_t H5T_STD_I64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64LE_g
hid_t H5T_STD_I64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8BE_g
hid_t H5T_STD_I8BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8LE_g
hid_t H5T_STD_I8LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_DSETREG_g
hid_t H5T_STD_REF_DSETREG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_OBJ_g
hid_t H5T_STD_REF_OBJ_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16BE_g
hid_t H5T_STD_U16BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16LE_g
hid_t H5T_STD_U16LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32BE_g
hid_t H5T_STD_U32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32LE_g
hid_t H5T_STD_U32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64BE_g
hid_t H5T_STD_U64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64LE_g
hid_t H5T_STD_U64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8BE_g
hid_t H5T_STD_U8BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8LE_g
hid_t H5T_STD_U8LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32BE_g
hid_t H5T_UNIX_D32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32LE_g
hid_t H5T_UNIX_D32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64BE_g
hid_t H5T_UNIX_D64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64LE_g
hid_t H5T_UNIX_D64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F32_g
hid_t H5T_VAX_F32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F64_g
hid_t H5T_VAX_F64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

H5ACCacheConfig
struct H5ACCacheConfig
Undocumented in source.
H5A_info_t
struct H5A_info_t
Undocumented in source.
H5F_info_t
struct H5F_info_t
Undocumented in source.
H5GInfo
struct H5GInfo
Undocumented in source.
H5LInfo
struct H5LInfo
Undocumented in source.
H5L_class_t
struct H5L_class_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5OInfo
struct H5OInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_hdr_info_t
struct H5O_hdr_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_cdata_t
struct H5T_cdata_t
Undocumented in source.
H5Z_cb_t
struct H5Z_cb_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_class2_t
struct H5Z_class2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_ih_info_t
struct H5_ih_info_t
Undocumented in source.
hvl_t
struct hvl_t
Undocumented in source.

Detailed Description

Copyright by The HDF Group. * Copyright by the Board of Trustees of the University of Illinois. * All rights reserved. * * This file is part of HDF5. The full HDF5 copyright notice, including * terms governing use, modification, and redistribution, is contained in * the files COPYING and Copyright.html. COPYING can be found at the root * of the source code distribution tree; Copyright.html can be found at the * root level of an installed copy of the electronic HDF5 document set and * is linked from the top-level documents page. It can also be found at * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Ported to D by Laeeth Isharc 2014 Borrowed heavily in terms of C API declarations from https://github.com/SFrijters/hdf5-d Stefan Frijters bindings for D

Bindings probably not yet complete or bug-free.

Consider this not even alpha stage. It probably isn't so far away from being useful though. This is written for Linux and will need modification to work on other platforms.

Meta